44229e0abf6220e41f25c878fa091289721ee4dd,WEB-INF/src/developer/WatchOverdue.java,WatchOverdue,watch,#,26
Before Change
*/
}
Util.log(i + " watching (exited): [" + state.get(values.navigationroute) + "] seconds: "+estsec, this);
state.removeObserver(this);
}
After Change
start = System.currentTimeMillis();
estsec = NavigationUtilities.getEstimatedSeconds();
Util.fine(id + " watch: [" + state.get(values.navigationroute) + "] seconds: "+estsec);
int cnt = 0;
while(System.currentTimeMillis() < (start + (estsec*5000))){